home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2180 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  980 b 

  1. Path: ix.netcom.com!netnews
  2. From: mcorcora@ix.netcom.com(Marian Corcoran )
  3. Newsgroups: comp.lang.c++
  4. Subject: RE: Use of EH (was Good Books on Exception Handling)
  5. Date: 16 Jan 1996 05:50:00 GMT
  6. Organization: Netcom
  7. Message-ID: <4dfea8$1up@cloner3.netcom.com>
  8. References: <4df1o7$357@dub-news-svc-5.compuserve.com>
  9. NNTP-Posting-Host: ix-sj9-07.ix.netcom.com
  10. X-NETCOM-Date: Mon Jan 15  9:50:00 PM PST 1996
  11.  
  12. In <4df1o7$357@dub-news-svc-5.compuserve.com>
  13. <76525.3703@compuserve.com> writes: 
  14. >
  15.  
  16.  
  17. You might also try Design and Evolution of C++ ( D & E )
  18. pp. 383-398, which gives the background of exception 
  19. handling and why certain decisions were made in designing
  20. it for use in C++.
  21.  
  22. Exception handling should be used for "exceptional" circumstances.  One
  23. still should use error handling routines.  ADA has exception handling
  24. "turned on" all the time, causing a run-time overhead.  C++'s
  25. improvement was to introduce a try block so it would only be used when
  26. necessary.
  27.  
  28. Marian
  29.    
  30.  
  31.